Skip to content

fixed bug by adding empty sizedbox()#77

Merged
i-kumar merged 1 commit intomainfrom
collapsing-flow
Mar 27, 2026
Merged

fixed bug by adding empty sizedbox()#77
i-kumar merged 1 commit intomainfrom
collapsing-flow

Conversation

@sahusw
Copy link
Copy Markdown
Contributor

@sahusw sahusw commented Mar 25, 2026

No description provided.

@kurz3m3 kurz3m3 self-requested a review March 26, 2026 01:13
child: (rowElements.length > 0)
child: (!widget.isExpanded)
? const SizedBox()
: (rowElements.length > 0)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks correct to me, it avoids building the rows if the widget is collapsed.

Copy link
Copy Markdown
Member

@i-kumar i-kumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@i-kumar i-kumar merged commit a01d961 into main Mar 27, 2026
@i-kumar i-kumar deleted the collapsing-flow branch March 27, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants